home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / µSim 1.0.5 / source / AEHandlers.h < prev    next >
Encoding:
Text File  |  1995-11-17  |  715 b   |  14 lines  |  [TEXT/CWIE]

  1. pascal OSErr myHandleOAPP(const AppleEvent *theAppleEvent, AppleEvent *reply,
  2.                     long handlerRefcon);
  3. pascal OSErr myHandleODOC(const AppleEvent *theAppleEvent, AppleEvent *reply,
  4.                     long handlerRefcon);
  5. pascal OSErr myHandlePDOC(const AppleEvent *theAppleEvent, AppleEvent *reply,
  6.                     long handlerRefcon);
  7. pascal OSErr myHandleQUIT(const AppleEvent *theAppleEvent, AppleEvent *reply,
  8.                     long handlerRefcon);
  9. pascal Boolean myIdleFunct(EventRecord *event, long *sleepTime, RgnHandle *mouseRg);
  10. pascal OSErr myHandleIO(const AppleEvent *theAppleEvent, AppleEvent *reply,
  11.                     long handlerRefcon);
  12. pascal OSErr myHandleGenericAlert(const AppleEvent *theAppleEvent, AppleEvent *reply,
  13.                     long handlerRefcon);
  14.